home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / recovery-mode / options / netroot < prev    next >
Text File  |  2009-10-23  |  125b  |  10 lines

  1. #!/bin/sh
  2.  
  3. if [ "$1" = "test" ]; then
  4.   echo "Drop to root shell prompt with networking"
  5.   exit 0
  6. fi
  7.  
  8. dhclient
  9. /sbin/sulogin
  10.